home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 018a.dms / 018a.adf / Relics-HDInstall < prev    next >
Text File  |  1992-03-06  |  2KB  |  47 lines

  1. echo ""
  2. echo "                              Relics of Deldroneye       "
  3. echo "                         Hard Drive Installation Script  "
  4. echo "                         ------------------------------  "
  5. echo ""
  6. echo "     If the 'big boys' can't be bothered to include a Hard Drive Install"
  7. echo "     Program as standard, why on Earth should a simple PD game have one?"
  8. echo "     The answer is simple.  Because Digital Ninja care about the public."
  9. echo "     (But that's not the real answer! The real answer is because we want"
  10. echo "     you to enjoy the game, not dread it)."
  11. echo ""
  12. echo "     The installation program will  create  a  directory  on  your  DH0:"
  13. echo "     partition called 'Relics-BookOne' and the game will be copied there"
  14. echo ""
  15. ask "     Do you want to install now (Y/N)?"
  16. if warn
  17.  echo ""
  18.  echo "     Creating 'Relics-BookOne' directory in 'DH0:'..."
  19.  makedir "dh0:Relics-BookOne"
  20.  makedir "dh0:Relics-BookOne/Relics1"
  21.  makedir "dh0:Relics-BookOne/Relics2"
  22.  copy "Relics1:Relics-BookOne.info" "dh0:"
  23.  copy "Relics1:Relics-BookOne/Relics1.info" "dh0:Relics-BookOne"
  24.  echo ""
  25.  echo "     Copying data..."
  26.  echo "     Disk One..."
  27.  copy Relics1: all "dh0:Relics-BookOne/Relics1/"
  28.  echo "     Disk Two..."
  29.  copy Relics2: all "dh0:Relics-BookOne/Relics2/"
  30.  echo "     Disk Three..."
  31.  copy Relics3: all "dh0:Relics-BookOne/Relics2/"
  32.  echo "     Disk Four..."
  33.  copy Relics4: all "dh0:Relics-BookOne/Relics2/"
  34.  echo ""
  35.  echo "     All data copied."
  36.  echo ""
  37.  echo "     Cleaning up..."
  38.  delete "dh0:Relics-BookOne/Relics1/Relics-HDInstall.info"
  39.  echo ""
  40.  echo "     Installation Complete."
  41. endif
  42.  
  43.  
  44.  
  45.  
  46.  
  47.